reflect.bitVector.n (field)

9 uses

	reflect (current package)
		type.go#L3090: 		ptrdata: uintptr(abi.stackPtrs.n) * goarch.PtrSize,
		type.go#L3092: 	if abi.stackPtrs.n > 0 {
		type.go#L3124: 	n    uint32 // number of bits
		type.go#L3130: 	if bv.n%8 == 0 {
		type.go#L3133: 	bv.data[bv.n/8] |= bit << (bv.n % 8)
		type.go#L3134: 	bv.n++
		type.go#L3145: 		for bv.n < uint32(offset/uintptr(goarch.PtrSize)) {
		type.go#L3152: 		for bv.n < uint32(offset/uintptr(goarch.PtrSize)) {